home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Medabots Cardz
/
Medabots CD Cardz Rokusho.bin
/
pc
/
assets
/
rokusho.dxr
/
00049_Script_49
< prev
next >
Wrap
Text File
|
2001-12-07
|
477b
|
21 lines
global players_name, scorez, medabot_type
on mouseUp me
medabot_type = "metabee"
infoList = ["players_name":players_name, "scorez":scorez, "medabot_type":medabot_type]
netID = postNetText("http://www.seriousweb.net/medabots/process.php", infoList)
goToNetPage "http://www.seriousweb.net/medabots/medabee/index.php", "_new"
end
on mouseEnter me
set the blend of sprite 60 = 100
end
on mouseLeave me
set the blend of sprite 60 = 0
end